Change setting method of the DRM device filename.#10
Merged
HidenoriMatsubayashi merged 11 commits intomasterfrom Mar 11, 2021
unknown repository
Merged
Change setting method of the DRM device filename.#10HidenoriMatsubayashi merged 11 commits intomasterfrom unknown repository
HidenoriMatsubayashi merged 11 commits intomasterfrom
unknown repository
Conversation
Author
|
@HidenoriMatsubayashi |
Contributor
|
Could you link a related issue from next time? |
Author
Sorry, I'll link a related issue next time. |
Contributor
HidenoriMatsubayashi
left a comment
There was a problem hiding this comment.
See my comments.
Author
|
@HidenoriMatsubayashi |
Author
|
@HidenoriMatsubayashi |
Contributor
HidenoriMatsubayashi
left a comment
There was a problem hiding this comment.
Please check my comments...
Author
|
@HidenoriMatsubayashi |
Contributor
HidenoriMatsubayashi
left a comment
There was a problem hiding this comment.
I added the comments.
Contributor
|
LGTM |
mchabsonel
pushed a commit
to SonelSA/flutter-embedded-linux
that referenced
this pull request
Oct 19, 2025
mchabsonel
pushed a commit
to SonelSA/flutter-embedded-linux
that referenced
this pull request
Oct 19, 2025
This change fixes the following error messages when using upgrade command. ``` $ flutter-elinux upgrade flutter-elinux is already up to date Null check operator used on a null value #0 ELinuxUpgradeCommandRunner.runCommandFirstHalf (package:flutter_elinux/commands/upgrade.dart:99:49) <asynchronous suspension> sony#1 ELinuxUpgradeCommandRunner.runCommand (package:flutter_elinux/commands/upgrade.dart:72:7) <asynchronous suspension> sony#2 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27) <asynchronous suspension> sony#3 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> sony#4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) <asynchronous suspension> sony#5 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9) <asynchronous suspension> sony#6 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> sony#7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5) <asynchronous suspension> sony#8 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9) <asynchronous suspension> sony#9 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> sony#10 main (package:flutter_elinux/executable.dart:80:3) <asynchronous suspension> ``` Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I changed the setting method of the DRM device filename from the fixed value to the environment variable.